home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2474.ZIP / FPNAVIG3.HLP < prev    next >
Text File  |  1990-04-24  |  8KB  |  138 lines

  1. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN    RELEASE 3.10    PAGE 1 OF 6
  2.  
  3. In this program the display screen is a "window" to the navigation aid file.
  4. This "window" can be moved up towards the top (beginning) of the file or down
  5. towards the bottom (end) of the file.  In addition, a solid video block is
  6. visible which can be moved up, down, right or left to select a data item to be
  7. changed or a navigation aid to be deleted.  All of this movement is controlled
  8. by the group of keys on the right-hand side of the keyboard, as follows:
  9.  
  10. The four keys with the small arrows and the numbers 8,2,4,6 are used to move
  11. the solid video block up, down, left or right, respectively, within the
  12. confines of what you see on the screen.  If necessary, the display will auto-
  13. matically "scroll" up or down.
  14.  
  15. The Home (7) key moves all the way to the top (beginning) of the file; the End
  16. (1) key moves all the way to the bottom (end) of the file.  PgUp (9) moves one
  17. screen towards the top; PgDn (3) moves one screen towards the bottom (there is
  18. a 1-line overlap).
  19.  
  20. The Num Lock and Caps Lock keys will have no effect here. The keystrokes are
  21. accepted regardless of whether they are shifted or not.  But keystrokes are not
  22. "remembered"; a function must be completed before another key is accepted.
  23.  
  24. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN                    PAGE 2 OF 6
  25.  
  26. Latitudes and longitudes are always displayed and printed in degrees:minutes:
  27. seconds format, for example 37:15:45 W for 37 degrees, 15 minutes, 45 seconds
  28. West.  This is true regardless of the format in which they are entered.
  29.  
  30. Internally, latitudes and longitudes are kept in decimal degrees, but are al-
  31. ways rounded to the nearest second.  This is to insure that the value you see
  32. on the screen is exactly the value that is stored on the disk.
  33.  
  34. Latitudes and longitudes may be entered in degrees, minutes and seconds; or in
  35. degrees and decimal minutes; or in decimal degrees.  For example if you enter
  36. 37 degrees, 15.75 minutes it will be displayed as 37:15:45 (.75 minute x 60 is
  37. 45 seconds).  This should accept a variety of input formats.
  38.  
  39. Magnetic variation is always displayed and printed in degrees:minutes format.
  40. For example, 9:30 E for 9 degrees, 30 minutes East.  Internally it is kept as
  41. a whole number (integer) of minutes.  It may be entered in decimal degrees,
  42. or in degrees and whole number minutes.  Entry of minutes is optional.  For
  43. example, an entry of -9.5 will be displayed as 9:30 E.  Remember the "East is
  44. least, West is best" rule.
  45.  
  46.  
  47. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN                    PAGE 3 OF 6
  48.  
  49. Typing one of the following letter keys will invoke the corresponding function:
  50.  
  51. A = ADD a new navigation aid (or other type of waypoint) to the file.  A way-
  52.     point can be any geographical location such as an electronic navigation
  53.     aid, an airport or a mountain peak.  The program will ask for the name,
  54.     latitude, longitude, magnetic variation, site elevation (above sea level),
  55.     and two optional navaid frequencies.  Waypoints are always kept by the
  56.     program and displayed in alphabetical name order. The location of the solid
  57.     video block therefore has no effect when ADDing a new waypoint entry.
  58.  
  59.     The program keeps both a name and an optional identifier for each navaid.
  60.     The identifier should be preceded by a special character to denote the type
  61.     of navaid. The author recommends * for VORs, # for NDBs and @ for airports.
  62.     A geographic waypoint such as a lake need not have an identifier.
  63.  
  64.     Examples of navaids are: SANFRANCISCO *SFO   BRIJJ (LOM)  #SF
  65.                              SANFRANCISCO @SFO   BAY MEADOWS
  66.  
  67.     Waypoint name formats used by older versions of the program can be used.
  68.     To cancel entry of data for a new navigation aid, just press the Esc key.
  69.  
  70. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN                    PAGE 4 OF 6
  71.  
  72. C = CHANGE the data item selected by the reverse video block.  This function
  73.     allows you to change the value of any data item.  When changing the name
  74.     and/or identifier the program will automatically re-locate it (if required)
  75.     to maintain the proper alphabetical order.  When changing latitude, longi-
  76.     tude or variation, you can enter just the part (degrees, minutes or sec-
  77.     onds) you want, leaving the other items intact.
  78.  
  79.     To abort data entry, just press the Esc key.
  80.  
  81. D = DELETE the navigation aid (or other type of waypoint) selected by the solid
  82.     video block.  This will delete ALL of the data items for that waypoint,
  83.     regardless of where the solid video block is on that particular line.  The
  84.     program first asks you for confirmation in case you pressed the wrong key.
  85.     The program will not allow you to delete a navaid which appears in the
  86.     active trip file.  WARNING: you CAN still delete a navaid which appears in
  87.     trip files OTHER than the active trip file.
  88.  
  89.     In this version of the Flight Plan System, all changes that you make to the
  90.     navaid file will automatically be saved on the disk.  There is no separate
  91.     "save" function.
  92.  
  93. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN                    PAGE 5 OF 6
  94.  
  95. L = LOCATE a navaid entry by name or identifier.  If you precede your entry by
  96.     a special character (such as *SFO) the program will look for an identifier.
  97.     Otherwise, the program will look for a name.  It is usually only necessary
  98.     to type in the first 2 or 3 characters of the name, for the program to find
  99.     it.  Airports with 4-character identifiers such as CA05, or navaids without
  100.     any identifier, must be located by name.  You may have to use the up- or
  101.     down-arrow key a few times if the search key you entered is not unique.
  102.  
  103.     If your navaid file is large (several hundred entries), using the LOCATE
  104.     function to find a particular navaid is faster than using the PgUp and PgDn
  105.     keys repeatedly. LOCATE uses an efficient binary search technique for find-
  106.     ing names, and an item-by-item search for finding the shorter identifiers.
  107.  
  108. O = OUTPUT to printer.  You get a formatted and paginated listing of all navi-
  109.     gation aids and other types of waypoints.  The program first asks if the
  110.     printer is ready; make sure it is ready and then type Y.  Or, press N or
  111.     Esc to cancel the OUTPUT function.
  112.  
  113.     To stop the printing before it is finished, just press the Esc key.  This
  114.     may not work if your printer has a big buffer or you use a print spooler.
  115.  
  116. DESCRIPTION OF THE NAVIGATION AID DISPLAY SCREEN                    PAGE 6 OF 6
  117.  
  118. T = TRIP display.  This function will display the active trip and allow you to
  119.     add, delete and change trips.  You must make a trip current (by displaying
  120.     it on the screen) before you can invoke the FLIGHT planning function.
  121.  
  122. S = re-SIZE the Navaid file.  This sets the MAXIMUM capacity of the file. It is
  123.     used either to increase the size of a file created by an old version of the
  124.     program, or to decrease the size of a file to save space on a diskette.
  125.     ***WARNING*** Make sure your files are backed up!  This function will first
  126.     delete your old Navaid file, and THEN write out the new re-sized one.
  127.     It will NOT delete any of your Navaid records on the new file.
  128.  
  129. X = EXIT to the Master Menu screen.  Selection of navaid files is made from
  130.     the Master Menu screen, therefore you must EXIT in order to start using a
  131.     different Navaid file.
  132.     Note: Invoking the TRIP, SIZE or EXIT functions will cause the navaid file
  133.     to automatically be updated on disk.  The is no separate "save" function.
  134. H = HELP - displays the explanatory information you are reading now.
  135.  
  136. ***WARNING***Do NOT switch data diskettes without first returning to the Master
  137. Menu screen. Failure to heed this rule may result in destruction of your files!
  138.